home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6243 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  829 b 

  1. Path: news.une.edu.au!usenet
  2. From: Jon Snow <jwilkie@turing.une.edu.au>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: converting strings to ints??
  5. Date: 11 Feb 1996 23:06:29 GMT
  6. Organization: University of New England
  7. Message-ID: <4flspl$2i3@grivel.une.edu.au>
  8. References: <4fk223$s6k@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: turing.une.edu.au
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; OSF1 V2.0 alpha)
  14. X-URL: news:4fk223$s6k@newsbf02.news.aol.com
  15.  
  16. possum4456@aol.com (Possum4456) wrote:
  17. >Is there a function, I heard it was in stdio.h, that converts a string of
  18. >numbers to integers so they can be added or whatever?:-)
  19.  
  20. Off the top of my head atoi,atof,atol etc. I think also there might be some
  21. of these functions starting with 'str'.
  22.  
  23. Regards Jon
  24.  
  25.